JAMS Developer Guide
BatchQueueAgentCollection Constructor(ICollection<BatchQueueAgent>)


MVPSI.JAMS Namespace > BatchQueueAgentCollection Class > BatchQueueAgentCollection Constructor : BatchQueueAgentCollection Constructor(ICollection<BatchQueueAgent>)
Non-default Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal p As System.Collections.Generic.ICollection(Of BatchQueueAgent) _
)
'Usage
 
Dim p As System.Collections.Generic.ICollection(Of BatchQueueAgent)
 
Dim instance As New BatchQueueAgentCollection(p)
public BatchQueueAgentCollection( 
   System.Collections.Generic.ICollection<BatchQueueAgent> p
)

Parameters

p
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BatchQueueAgentCollection Class
BatchQueueAgentCollection Members
Overload List